Index | Parent | InfoText class |
The InfoText class is used to show an information text.
InfoText is a subclass of InfoText.mcc so you must have InfoText.mcc in MUI:Libs/MUI to use it. InfoText.mcc is copyright of Benny Kjær Nielsen.
Note that any attribute of Text class, e.g. Preparse may be used with InfoText.
ATTRIBUTES | |||
---|---|---|---|
Name | Type | Class | Note |
Contents | S | SGN | The actual contents of the InfoText. Note that after ExpirationPeriod, it expires and InfoText shows FallBackText or an empty string. |
ExpirationPeriod | N | ISGN | Milliseconds after wich Contents expires, default 4000. |
FallBackText | S | ISGN | Text to show after expiration. |
METHODS | ||
---|---|---|
Name | Parameters | Note |
Timeout | Force expiration of Contents. |